net/http.http2serverConn.maxClientStreamID (field)

7 uses

	net/http (current package)
		h2_bundle.go#L4397: 	maxClientStreamID           uint32 // max ever seen from client (odd), or 0 if there have been no client requests
		h2_bundle.go#L4497: 		if streamID <= sc.maxClientStreamID {
		h2_bundle.go#L5176: 					maxStreamID: sc.maxClientStreamID,
		h2_bundle.go#L5337: 	if sc.inGoAway && (sc.goAwayCode != http2ErrCodeNo || f.Header().StreamID > sc.maxClientStreamID) {
		h2_bundle.go#L5776: 	if id <= sc.maxClientStreamID {
		h2_bundle.go#L5779: 	sc.maxClientStreamID = id
		h2_bundle.go#L5856: 	sc.maxClientStreamID = id